Skip to content

Adapted docker.yml#6933

Merged
SamTV12345 merged 9 commits into
developfrom
feature/update-tag-on-push
Apr 7, 2025
Merged

Adapted docker.yml#6933
SamTV12345 merged 9 commits into
developfrom
feature/update-tag-on-push

Conversation

@SamTV12345
Copy link
Copy Markdown
Member

No description provided.

@SamTV12345 SamTV12345 requested a review from Copilot April 7, 2025 18:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

.github/workflows/docker.yml:132

  • Uncomment or remove the conditional check if it is intended to control the execution of the tag update step; otherwise, this step will run on all events, which may lead to unintended behavior.
#if: github.event == 'push' && github.ref == 'refs/heads/develop'

Comment thread .github/workflows/docker.yml Outdated
sed -i 's/tag: ".*"/tag: "${{ steps.meta.outputs.sha }}"/' values-dev.yaml
- name: Commit and push changes
path: ether-charts
#if: github.event == 'push' && github.ref == 'refs/heads/develop'
Copy link

Copilot AI Apr 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that the commit and push step is correctly gated by a conditional; if the if-statement is meant to limit execution to the develop branch, it should be activated to avoid accidental commits on other branches.

Suggested change
#if: github.event == 'push' && github.ref == 'refs/heads/develop'
if: github.event == 'push' && github.ref == 'refs/heads/develop'

Copilot uses AI. Check for mistakes.
@SamTV12345 SamTV12345 merged commit 65949b6 into develop Apr 7, 2025
33 of 36 checks passed
@SamTV12345 SamTV12345 deleted the feature/update-tag-on-push branch April 7, 2025 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants